dotConnect for SQLite Documentation
Devart.Common Namespace / DbConnectionBase Class / GetSchema Method / GetSchema(String,String[]) Method
Name of the collection to get information about.
Array of strings representing collection restrictions. In some cases last array members may be omitted.

In This Topic
GetSchema(String,String[]) Method
In This Topic
Returns detailed information about a server schema object.
Syntax
'Declaration
 
Public Overloads Overrides Function GetSchema( _
   ByVal collectionName As String, _
   ByVal restrictionValues() As String _
) As DataTable
 

Parameters

collectionName
Name of the collection to get information about.
restrictionValues
Array of strings representing collection restrictions. In some cases last array members may be omitted.

Return Value

Remarks
GetSchema with 2 arguments returns detailed information about the collection or collection members. You can use wildcards in some cases to obtain information about several collection members.

Refer to "Retrieving Metadata" article for detailed information.

See Also